home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / test / radio.fl < prev    next >
Encoding:
Text File  |  1998-10-06  |  1.6 KB  |  73 lines

  1. # data file for FL User Interface Designer (fluid)
  2. version 0.99 
  3. gridx 10 
  4. gridy 5 
  5. snap 3
  6. Function {} {open
  7. } {
  8.   Fl_Window {} {open selected
  9.     xywh {447 255 462 453}
  10.   } {
  11.     Fl_Button {} {
  12.       label Fl_Button open
  13.       xywh {20 10 160 30}
  14.     }
  15.     Fl_Return_Button {} {
  16.       label Fl_Return_Button open
  17.       xywh {20 50 160 30}
  18.     }
  19.     Fl_Light_Button {} {
  20.       label Fl_Light_Button open
  21.       xywh {20 90 160 30}
  22.     }
  23.     Fl_Check_Button {} {
  24.       label Fl_Check_Button open
  25.       xywh {20 130 160 30} box 2
  26.     }
  27.     Fl_Round_Button {} {
  28.       label Fl_Round_Button open
  29.       xywh {20 170 160 30} box 2
  30.     }
  31.     Fl_Group {} {
  32.       xywh {190 10 70 120} box 8
  33.     } {
  34.       Fl_Check_Button {} {
  35.         label radio open
  36.         xywh {190 10 70 30} type 102
  37.       }
  38.       Fl_Check_Button {} {
  39.         label radio open
  40.         xywh {190 40 70 30} type 102
  41.       }
  42.       Fl_Check_Button {} {
  43.         label radio open
  44.         xywh {190 70 70 30} type 102
  45.       }
  46.       Fl_Check_Button {} {
  47.         label radio open
  48.         xywh {190 100 70 30} type 102
  49.       }
  50.     }
  51.     Fl_Group {} {open
  52.       xywh {270 10 90 115} box 6
  53.     } {
  54.       Fl_Button {} {
  55.         label radio open
  56.         xywh {280 20 20 20} type 102 color {47 1} align 8
  57.       }
  58.       Fl_Button {} {
  59.         label radio open
  60.         xywh {280 45 20 20} type 102 color {47 1} align 8
  61.       }
  62.       Fl_Button {} {
  63.         label radio open
  64.         xywh {280 70 20 20} type 102 color {47 1} align 8
  65.       }
  66.       Fl_Button {} {
  67.         label radio open
  68.         xywh {280 95 20 20} type 102 color {47 1} align 8
  69.       }
  70.     }
  71.   }
  72.